body,html {
	font-family: 'Nunito Sans', sans-serif;
	font-optical-sizing: auto;
	font-weight: 400;
	font-style: normal;
}
body.locked {
	overflow:hidden;
}
a {
	text-decoration:none;
}
nav {
	position:relative;
	background-color:#e42313;
	color:#ffffff;
	padding:25px 0;
	z-index:102;
}
nav.mobile {
	position:fixed;
	top:0;
	left:0;
	display:block;
	width:100%;
}
nav a {
	color:#ffffff;	
	font-size:20px;
}
nav #lp_logo {
	height:80px;
}
nav .cta-book {
	display:none;
	float:right;
	margin-left:50px;
}
.btn {	
	transition:all 200ms ease;
}
nav .cta-book a.btn {
	border:2px solid #ffffff;
	line-height:60px;
	padding:0 40px;
	background-color:transparent;
	border-radius:0;
	font-size:20px;
	margin-top:8px;
}
nav .cta-book a.btn:hover {
	border:2px solid #e42313;
	background-color:#ffffff;
	color:#e42313
}
nav .menu-items {
	display:none;
	float:right;
}
nav .menu-items a {
	display:inline-block;
	margin-left:40px;
	line-height:80px;
	font-weight:bold;
}
nav .mobile-open,nav .mobile-close {
	float:right;
	display:inline-block;
	margin-top:7px;
}
nav .mobile-close {
	display:none;
}
#mobile_menu {
	display:none;
	position:fixed;
	top:0;
	left:0;
	z-index:101;
	width:100vw;
	height:100vh;
	background-color:rgba(255,255,255,0.9);
	text-align:center;
}
#mobile_menu .btn {
	margin:170px 0 2rem;
}
#mobile_menu a.text-link {
	line-height: 1.5;
    font-size: 20px;
	color:#212529;
	font-weight:bold;
}
.shadow {
	box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.3) !important;
}
section h2 {
	font-size:40px;
	font-weight:700;
	line-height:1.1;
}
section p {
	font-size:20px;
}
section .text-red {
	color:#e10700;
}
section#hero_img {
	background-image:url('https://images.hello.redcrossblood.org.au/EloquaImages/clients/AustralianRedCrossLifeblood/%7B2b706a36-0975-4a64-9236-4187669da480%7D_A_snack-tastic_lookback_1920x550.png');
	background-position:center center;
	background-size:cover;
	padding:80px 0;
}
section#hero_img .hero-card {
	background-color:#ffffff;
	color:#000000;
	padding:50px 80px;
}
section#hero_img .hero-card h1 {
	text-transform:uppercase;
	color:#e42313;
	font-size:45px;
	line-height:1.1;
	font-weight:700;
}
section#content_slices,section#content_tidbits {
	padding:80px 0;
	background-color:#64150d;
	color:#ffffff;
}
section#content_slices #carousel {
	position:relative;
}
section#content_slices #carousel .row {	
	overflow:hidden;
}
section#content_slices #carousel .row .carousel_container {	
	display:flex;
	margin-left:0;
	transition: all 1000ms linear;
}

section#content_slices #carousel .row .carousel_container .tile {
	display:flex;
	padding: 0 .75rem;
}
section#content_slices #carousel .car-control {
	position:absolute;
	z-index:101;
	top:50%;
	transform:translateY(-50%);
	display:inline-block;
	cursor:pointer;
}
section#content_slices #carousel .car-control.car-prev {
	left:-80px;
}
section#content_slices #carousel .car-control.car-next {
	right:-80px;
}
section#content_slices .card-image .card-content {
	text-align:center;
	padding: 25px 25px;
}
section#content_slices .card-image .card-content p {	
	font-size:18px;
	line-height:1.1;
}
section#content_slices .card-image .card-content p strong {
	color:#e42313;
}
section .img-caption {
	padding:0 50px;
}
section .img-caption .quote {
	font-size:27px;
	line-height:1.2;
}
section#content_style {
	padding:80px 0;
	background-color:#fff1e4;
	color:#000000;
}
section#content_style h2 {
	color:#e42313;
}
section#content_goals {
	background-image:url('https://images.hello.redcrossblood.org.au/EloquaImages/clients/AustralianRedCrossLifeblood/%7Baab63e19-e96e-4df2-b2a9-05a7a1692970%7D_Take_a_bigger_bite_1920x550.png');
	background-position:center center;
	background-size:cover;
	padding:80px 0;
}
section#content_goals .hero-card {
	background-color:#ffffff;
	color:#000000;
	padding:50px 80px;
}
section#content_goals .hero-card h2 {
	color:#e42313;
	font-size:45px;
	line-height:1.1;
	font-weight:700;
}
section#content_goals .hero-card #input_goal {
	background-color:#fff1e4;
	border:none;
	padding:0;
	line-height:60px;
	font-size:30px;
	color:#000000;
	width:70%;
	outline:none!important;
	border-radius:0;
	text-align:center;
}
.btn-primary {
	border-radius:0;
	background-color:#e42313;
	color:#ffffff;
	font-weight:bold;
	line-height:60px;
	padding:0 30px;
	border:none;
	outline:none!important;
}
.btn-primary:hover {
	background-color:#64150d;
}
section#content_thanks {
	background: linear-gradient(90deg, #fff1e4 50%, #ffffff 50%);
}
section#content_thanks h2 {
	color:#e42313;
}
section#content_thanks .img-caption {
	padding:100px 50px;
}
.card-image {
	background-color:#ffffff;
	color:#212529;
}
.card-image .card-content {
	padding:25px 30px;
	font-size:18px;
}
section#content_tidbits .card-image .card-content h3 {
	font-size:20px;
	font-weight:bold;
}
section#content_tidbits .card-image .card-content p {
	font-size:18px;
}
section#content_tidbits .card-image .card-content p a {
	color:#e42313;
}
footer {
	background-color:#e42313;
	color:#ffffff;
	font-size:14px;
	padding:50px 0;
}
footer a {
	color:#ffffff;
}
footer .menu-footer-title {
	display:block;
	font-weight:bold;
	line-height:3;
	border-top:2px solid #d02012;
}
footer .menu-footer-title .bi {
	float:right;
}
footer ul.menu-footer {
	margin:0 0 20px 0;
	padding:0;
	display:none;
}
footer ul.menu-footer li {
	padding:0;
	margin:0;
	list-style:none;
	line-height:2;
}
footer .social-links a {
	display:inline-block;
	margin-right:10px;
}
@media (min-width: 1200px) {
    nav .menu-items {
		display:block;
	}
	nav .cta-book {
		display:block;
	}
	nav .mobile-open {
		display:none;
	}
	footer .menu-footer-title {
		border-top:none;
		line-height:2;
	}
	footer .menu-footer-title .bi {
		display:none;
	}
	footer ul.menu-footer {
		display:block;
	}	
}
@media (max-width: 991px) {
    section#hero_img .hero-card {
		padding:40px;
	}
	section#hero_img .hero-card h1 {
		font-size:30px;
	}
	section p {
		font-size:18px;
	}
	section h2 {
		font-size:28px;
	}
	section#content_slices {
		padding:50px 0;
	}
	section .img-feature {
		padding:0;
	}
	section .img-caption,section#content_thanks .img-caption {
		padding:40px 30px;
	}
	section#content_style {
		text-align:center!important;
		padding: 50px 0;
	}
	section#content_goals .hero-card {
		padding:40px;
	}
	section#content_goals .hero-card h2 {
		font-size:30px;
	}
	section#content_goals .hero-card #input_goal {
		width:90%
	}
	section#content_thanks {
		background:none;
	}
	section#content_thanks .img-feature {
		padding:40px 0;
		background-color:#fff1e4;
	}
	section#content_thanks .img-feature img {
		width:80%;
	}
	section#content_tidbits .card-image {
		margin-bottom:40px;
	}
	section#content_tidbits .col-lg-6:last-of-type > .card-image {
		margin-bottom:0;
	}
	section#content_slices #carousel .car-control.car-prev {
		left:-30px;
	}
	section#content_slices #carousel .car-control.car-next {
		right:-30px;
	}
}